Event information for collection changes.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
CollectionChangedEventArgs(
Of T) _
	
Inherits 
EventArgs
C#
public 
class 
CollectionChangedEventArgs<T>
: 
EventArgs
Visual C++
generic<
typename T>
public 
ref class 
CollectionChangedEventArgs : 
public 
EventArgs
JavaScript
JavaScript does not support generic types or
methods.

Type Parameters

T
The type of item in the collection.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . CollectionChangedEventArgs < (Of < ( T > ) > )
       Microsoft.Rtc.Signaling . . :: . IncomingConnectionAddedEventArgs
       Microsoft.Rtc.Signaling . . :: . IncomingConnectionRemovedEventArgs

See Also